Use CSS in PHP Echo with Style Attribute

27

<!DOCTYPE html>
<html>
<body>

<?php
echo "Welcome to Softhunt.net";
echo "<p style='color:red;'>This is a text in PHP echo.</p>";
?>

</body>
</html>

Comments

Submit
0 Comments